-- background: 2779 from stack: in -- bmap block id: 3216 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on mouseUp if the commandKey is down then edit script of target pass mouseUp end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=402 top=26 right=65 bottom=458 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Let me tell you this ----- HyperTalk script ----- on mouseUp show card field "Hello" show card field "Hello scroll mask" wait until the mouseClick set the scroll of card field "Hello" to (14*12) -- numLines * txtHt wait until the mouse is Down wait until the mouse is Up hide card field "Hello scroll mask" hide card field "Hello" set the scroll of card field "Hello" to (1) end mouseUp